BACK TO LIST

Syntax:

VA1.Platinum_Word_Percentage

Details :

The KEY string produced by VoiceAction Speech Engine of the currently uttered word is matched with those available in the Language  Files in path . If a match with the direct string or with the string compare protocol is found then it collects a sequence of the title (word or words) and its font setting and percentage of match specified for that particular record.

 

Example :

Private Sub Timer()

Result.Font = VA1.Platinum_Word_Font
Result.Caption = VA1.Platinum_Word & VA1.Platinum_Word_Percentage

End Sub

BACK TO LIST